Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve nested array creation issue #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erfanva
Copy link

@erfanva erfanva commented Nov 2, 2024

Fixed an issue where nested arrays were incorrectly saved as objects during initial creation, resulting in an unexpected data structure. With this fix, nested arrays are now properly initialized and stored as arrays, aligning with expected behavior.

Example of the issue:
Input: ['the', 'issue']
Saved in DB (before fix): { '0': 'the', '1': 'issue' }

Interestingly, this issue only occurred on record creation, while updating a record saved arrays correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant